BoncardConfig

data class BoncardConfig(boncardTypes: List<BoncardType>)

Configuration object for Boncard transactions.

Parameters

boncardType

The types of Boncard (and their order) to display in the payment method selection for the ch.datatrans.payment.paymentmethods.PaymentMethodType.BONCARD payment method type.

Constructors

BoncardConfig
Link copied to clipboard
fun BoncardConfig(boncardTypes: List<BoncardType> = listOf(BoncardType.GIFT_CARD))
Creates a new BoncardConfig object.